.tobtn >a:hover{
    background-color: #dad7cd !important;
    color: black !important
}
.tobtn >a{
    background: #344e41 !important;
    border-radius: 100px !important;
    padding: 17px 23px !important;
    text-transform: initial;
    font-size: .875rem;
}
.vertical-align{position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.items-initial>img{width: 15px}
.overlay:before{
    content: "";
    position: absolute;
    background: rgba(218,215,205, .7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.overlay{
    position: relative;
}
root{
    --color-primary:#BBD654 !important;
    --color-secondary:218,215,205;
    --swiper-theme-color:#344e41;
    --swiper-navigation-size:40px;
    font-family:Raleway,sans-serif
}
.f179{font-size: 90px;color: #344F42;font-weight: bold;}
.h3{
    font-weight: bold;
    font-size: 30px;line-height: 1;
}

.green{color: #344F42 ;}
.mb-0{margin-bottom: 0px !important;}
.bg-primary{
    background-color: #BBD654 !important;;
}
.bg-secondary2{
    background-color: #344F42 !important;;
}
ul.list{
    margin-top: 20px;
    list-style: disc !important;
    padding-left: 20px;
}
.day{
    width: auto;
    padding: 4px 13px;
    font-family: arial;
    font-size: 19px;
    color: white;
    font-weight: bold;
}
.text-white {
    color: white !important;
}
.flex-end{justify-content: flex-end;}
.footer_menu li a{
    padding:  0 10px;
}
.footer_menu{
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 40px;
}
.subfooter{
    background-color: #CFCDC4;
    padding:  20px 0;
}

.fa-heart {
    animation: heartbeat 3s infinite;
}

@keyframes heartbeat {
    0% {
        transform: scale( .75);
    }
    20% {
        transform: scale( 1.3);
    }
    40% {
        transform: scale( .75);
    }
    60% {
        transform: scale( 1.3);
    }
    100% {
        transform: scale( .75);
    }
}
.swiper-slide .fond-body{
    min-height: 350px;
}

.svggreen {
    position: absolute;
    top: -200px;
    right: 0;
}
form:not(.w) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
form label {
    width: calc(50% - 15px);
    margin-bottom: 20px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.fromto {
    display: flex;
    align-items: center;
}
form input[type="text"], form select, textarea {
    -webkit-appearance: none;
    appearance: none;
    border: 0px;
    border-bottom: 1px solid #999;
    background: transparent;
    width: 100%;
    font-size: 16px;
    padding: 15px 12px;
}
.theme-btn{
    border: medium none;
        border-radius: 3px;
        color: #ffffff;
        font-size: 13px;
        font-weight: 600;
        height: 50px;
        line-height: 30px;
        padding: 10px 25px;
        text-transform: uppercase;
        width: 200px;
--tw-bg-opacity: 1;
    background-color: rgba(163,177,138,var(--tw-bg-opacity));
}

/* ==============================
   Phone
   ============================== */
@media (max-width: 480px) and (min-width: 320px){
    body .px-7 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .text-xs-left{text-align: left !important;}
    .tobtn >a{height:auto !important;padding: 10px 0px !important;}
    .mailchimp input {
        max-width: 70%;
    }
    body .col-md-7{
        width: 100%;
    }
    .mailchimp button {
        min-width: 30%;
    }
    .ptxs-0{
        padding: 0 !important;
    }
    .mb-xs-40{margin-bottom: 40px !important;}
    .footer_menu{flex-wrap: wrap;justify-content: start;width:  100%; }
    .footer_menu li{width: 50%;text-align: left;}
    .footer_menu li a{padding:  5px 0;display: block;}
    .fl{float: left;}
    .subfooter p{width: 100%;text-align: center;font-size: 12px;}
    .subfooter .col-md-12{flex-wrap: wrap;}
    body .f179 {
        font-size: 45px;
        line-height: 1;
    }
    form label {
        min-width: 100%;
        margin-bottom: 20px;
    }
    .ml-auto{width: 100% !important}
    .tobtn a{
        width: 100%;
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }
}

.cb input{margin-top: 2px;}
.cb p{margin-bottom: 0;margin-left: 10px;line-height: 1.3;}
.cb a{color: #bbd654;text-decoration: underline;}
.cb a:hover{color: black}
.cb a+a{margin-left: 30px;}
.cb{
    width: 100%;
    text-align: left;
    display: flex;
}